mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 23:51:03 +00:00
python39Packages.dogpile-cache: normalise attr, cleanup
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
, fetchPypi
|
||||
, appdirs
|
||||
, cryptography
|
||||
, dogpile_cache
|
||||
, dogpile-cache
|
||||
, jmespath
|
||||
, jsonpatch
|
||||
, keystoneauth1
|
||||
@@ -29,7 +29,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
appdirs
|
||||
cryptography
|
||||
dogpile_cache
|
||||
dogpile-cache
|
||||
jmespath
|
||||
jsonpatch
|
||||
keystoneauth1
|
||||
|
||||
Reference in New Issue
Block a user