Skip to content

Commit

Permalink
python3Packages.azure-multiapi-storage: fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed Jul 6, 2020
1 parent 966d7be commit e3fe15d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ lib, python, buildPythonPackage, fetchPypi, isPy27
, fetchpatch
, azure-common
, azure-core
, msrest
Expand All @@ -24,6 +25,14 @@ buildPythonPackage rec {
requests
];

# Fix to actually install the package
patches = [
(fetchpatch {
url = "https://github.com/Azure/azure-multiapi-storage-python/pull/29/commits/1c8b08dfc9c5445498de3475dec8820eafbd0ca1.patch";
sha256 = "1f80sdbw4pagrlp9dhcimhp23sdmy0whiba07aa84agkpv4df9ny";
})
];

# fix namespace
pythonNamespaces = [ "azure.multiapi" ];

Expand Down

0 comments on commit e3fe15d

Please sign in to comment.