python3Packages.acme: remove mock from propagatedBuildInputs
This commit is contained in:
parent
594399e51a
commit
d869ed778e
@ -10,7 +10,6 @@
|
|||||||
, requests-toolbelt
|
, requests-toolbelt
|
||||||
, six
|
, six
|
||||||
, werkzeug
|
, werkzeug
|
||||||
, mock
|
|
||||||
, ndg-httpsclient
|
, ndg-httpsclient
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -21,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
cryptography pyasn1 pyopenssl pyRFC3339 pytz requests requests-toolbelt six
|
cryptography pyasn1 pyopenssl pyRFC3339 pytz requests requests-toolbelt six
|
||||||
werkzeug mock ndg-httpsclient josepy
|
werkzeug ndg-httpsclient josepy
|
||||||
];
|
];
|
||||||
|
|
||||||
# does not contain any tests
|
# does not contain any tests
|
||||||
|
Loading…
Reference in New Issue
Block a user