mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Revert "python3Packages.pbr: add setuptools dependency"
This reverts commit 21d70a8301
.
This commit is contained in:
parent
21d70a8301
commit
9bda04939e
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, buildPythonPackage, fetchPypi, setuptools }:
|
||||
{ lib, buildPythonPackage, fetchPypi }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pbr";
|
||||
|
@ -9,11 +9,8 @@ buildPythonPackage rec {
|
|||
sha256 = "42df03e7797b796625b1029c0400279c7c34fd7df24a7d7818a1abb5b38710dd";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ setuptools ];
|
||||
|
||||
# circular dependencies with fixtures
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "pbr" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://docs.openstack.org/developer/pbr/";
|
||||
|
|
Loading…
Reference in a new issue