mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
python3Packages.acme: remove mock from propagatedBuildInputs
This commit is contained in:
parent
594399e51a
commit
d869ed778e
@ -10,7 +10,6 @@
|
||||
, requests-toolbelt
|
||||
, six
|
||||
, werkzeug
|
||||
, mock
|
||||
, ndg-httpsclient
|
||||
}:
|
||||
|
||||
@ -21,7 +20,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
cryptography pyasn1 pyopenssl pyRFC3339 pytz requests requests-toolbelt six
|
||||
werkzeug mock ndg-httpsclient josepy
|
||||
werkzeug ndg-httpsclient josepy
|
||||
];
|
||||
|
||||
# does not contain any tests
|
||||
|
Loading…
Reference in New Issue
Block a user