mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 01:03:25 +00:00
python311Packages.keystoneauth1: 5.6.0 -> 5.7.0
https://github.com/openstack/keystoneauth/compare/5.6.0...5.7.0
This commit is contained in:
parent
b5e261afc9
commit
f2002e51a2
@ -26,12 +26,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "keystoneauth1";
|
||||
version = "5.6.0";
|
||||
version = "5.7.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-7LfzR1nr4QPbNyqwlTwLghkp3dSX8zKqaz72yqz/7Yg=";
|
||||
hash = "sha256-sswtaNGkjpwsbZsbH9ANfHvf4IboBAtR5wk4qLo639E=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -40,9 +40,9 @@ buildPythonPackage rec {
|
||||
rm test-requirements.txt
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
betamax
|
||||
iso8601
|
||||
lxml
|
||||
|
Loading…
Reference in New Issue
Block a user