mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
python3Packages.stestr: 4.0.1 -> 4.1.0
This commit is contained in:
parent
cec97c2722
commit
d2d8046746
@ -5,20 +5,22 @@
|
||||
, fixtures
|
||||
, future
|
||||
, pbr
|
||||
, setuptools
|
||||
, subunit
|
||||
, testtools
|
||||
, tomlkit
|
||||
, voluptuous
|
||||
, callPackage
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "stestr";
|
||||
version = "4.0.1";
|
||||
format = "setuptools";
|
||||
version = "4.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-wsHHO/x8/KORJxWeP7x0GTrr8s0C2KBCfy5YZI42zyY=";
|
||||
hash = "sha256-X2HDae7OY8KS0TWZ4SqhWK92hZkGQ/JN1vp/q/406Yo=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -27,6 +29,11 @@ buildPythonPackage rec {
|
||||
rm test-requirements.txt
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
pbr
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
cliff
|
||||
fixtures
|
||||
@ -34,6 +41,7 @@ buildPythonPackage rec {
|
||||
pbr
|
||||
subunit
|
||||
testtools
|
||||
tomlkit
|
||||
voluptuous
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user