mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 15:16:41 +00:00
Remove characteristic
dependency
Fixes: ticket:3279
This commit is contained in:
parent
5bd84895fd
commit
26c7282365
@ -31,7 +31,6 @@ hidden_imports = [
|
|||||||
'allmydata.introducer',
|
'allmydata.introducer',
|
||||||
'allmydata.stats',
|
'allmydata.stats',
|
||||||
'cffi',
|
'cffi',
|
||||||
'characteristic',
|
|
||||||
'Crypto',
|
'Crypto',
|
||||||
'packaging.specifiers',
|
'packaging.specifiers',
|
||||||
'six.moves.html_parser',
|
'six.moves.html_parser',
|
||||||
|
@ -19,7 +19,6 @@ package_imports = [
|
|||||||
('OpenSSL', None),
|
('OpenSSL', None),
|
||||||
('pyasn1', 'pyasn1'),
|
('pyasn1', 'pyasn1'),
|
||||||
('service-identity', 'service_identity'),
|
('service-identity', 'service_identity'),
|
||||||
('characteristic', 'characteristic'),
|
|
||||||
('pyasn1-modules', 'pyasn1_modules'),
|
('pyasn1-modules', 'pyasn1_modules'),
|
||||||
('cryptography', 'cryptography'),
|
('cryptography', 'cryptography'),
|
||||||
('cffi', 'cffi'),
|
('cffi', 'cffi'),
|
||||||
|
Loading…
Reference in New Issue
Block a user