···3 stdenv,
4 buildPythonPackage,
5 fetchFromGitHub,
067 # build-system
8 setuptools,
···34 tag = version;
35 hash = "sha256-ybWrNwP9L7iOzft10TgRFxA4mCRDVozVC2ZAopgITqo=";
36 };
000000003738 # Manually set version because prb wants to get it from the git upstream repository (and we are
39 # installing from tarball instead)
···3 stdenv,
4 buildPythonPackage,
5 fetchFromGitHub,
6+ fetchpatch,
78 # build-system
9 setuptools,
···35 tag = version;
36 hash = "sha256-ybWrNwP9L7iOzft10TgRFxA4mCRDVozVC2ZAopgITqo=";
37 };
38+39+ patches = [
40+ # remove removed alias from tests
41+ (fetchpatch {
42+ url = "https://github.com/openstack/oslo.log/commit/69a285a8c830712b4b8aafc8ecd4e2d7654e1ffe.patch";
43+ hash = "sha256-e0kRSHJPHITP/XgPHhY5kGzCupE00oBnCJYiUCs3Yks=";
44+ })
45+ ];
4647 # Manually set version because prb wants to get it from the git upstream repository (and we are
48 # installing from tarball instead)