build python-novaclient on darwin
This commit is contained in:
parent
8a779f3451
commit
2b97070986
|
@ -9815,6 +9815,8 @@ let
|
||||||
monotonic = buildPythonPackage rec {
|
monotonic = buildPythonPackage rec {
|
||||||
name = "monotonic-0.4";
|
name = "monotonic-0.4";
|
||||||
|
|
||||||
|
__propagatedImpureHostDeps = stdenv.lib.optional stdenv.isDarwin "/usr/lib/libc.dylib";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "http://pypi.python.org/packages/source/m/monotonic/${name}.tar.gz";
|
url = "http://pypi.python.org/packages/source/m/monotonic/${name}.tar.gz";
|
||||||
sha256 = "1diab6hfh3jpa1f0scpqaqrawk4g97ss4v7gkn2yw8znvdm6abw5";
|
sha256 = "1diab6hfh3jpa1f0scpqaqrawk4g97ss4v7gkn2yw8znvdm6abw5";
|
||||||
|
@ -11944,9 +11946,9 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [
|
propagatedBuildInputs = with self; [
|
||||||
pbr Babel six iso8601 debtcollector pyinotify
|
pbr Babel six iso8601 debtcollector
|
||||||
oslo-utils oslo-i18n oslo-config oslo-serialization oslo-context
|
oslo-utils oslo-i18n oslo-config oslo-serialization oslo-context
|
||||||
];
|
] ++ stdenv.lib.optional stdenv.isLinux pyinotify;
|
||||||
buildInputs = with self; [ oslotest oslosphinx ];
|
buildInputs = with self; [ oslotest oslosphinx ];
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i 's@python@${python.interpreter}@' .testr.conf
|
sed -i 's@python@${python.interpreter}@' .testr.conf
|
||||||
|
|
Loading…
Reference in New Issue