treewide: *inputs are lists
This commit is contained in:
committed by
Jan Tojnar
parent
01e8c64988
commit
760e23136a
@@ -44,10 +44,9 @@ let
|
||||
autobahn
|
||||
pyjwt
|
||||
pyyaml
|
||||
|
||||
]
|
||||
# tls
|
||||
twisted.extras.tls
|
||||
];
|
||||
++ twisted.extras.tls;
|
||||
|
||||
checkInputs = [
|
||||
treq
|
||||
|
||||
@@ -17,9 +17,9 @@ buildPythonPackage rec {
|
||||
incremental
|
||||
service-identity
|
||||
twisted
|
||||
]
|
||||
# twisted [tls] requirements (we should find a way to list "extras")
|
||||
twisted.extras.tls
|
||||
];
|
||||
++ twisted.extras.tls;
|
||||
|
||||
checkInputs = [
|
||||
pep8
|
||||
|
||||
Reference in New Issue
Block a user