Skip to content

Commit 8560212

Browse files
committed
nix: fix package python-designateclient
Signed-off-by: Paul Kroeher <paul.kroeher@cyberus-technology.de> On-behalf-of: SAP paul.kroeher@sap.com
1 parent 3996f80 commit 8560212

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/python-designateclient.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ python3Packages.buildPythonPackage rec {
3030

3131
pyproject = true;
3232

33+
build-system = [
34+
python3Packages.pbr
35+
python3Packages.setuptools
36+
];
37+
3338
propagatedBuildInputs = [
3439
cliff
3540
debtcollector

0 commit comments

Comments
 (0)