File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
pkgs/development/python-modules/aioshutil Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildPythonPackage rec {
1414 version = "1.6.a1" ;
1515 pyproject = true ;
1616
17- disabled = pythonOlder "3.7 " ;
17+ disabled = pythonOlder "3.9 " ;
1818
1919 src = fetchFromGitHub {
2020 owner = "kumaraditya303" ;
@@ -23,7 +23,7 @@ buildPythonPackage rec {
2323 hash = "sha256-KoKIlliWSbU8KY92SgFm4Wams87O22KVlE41q18Sk3I=" ;
2424 } ;
2525
26- nativeBuildInputs = [ setuptools-scm ] ;
26+ build-system = [ setuptools-scm ] ;
2727
2828 nativeCheckInputs = [
2929 pytest-asyncio
@@ -36,6 +36,7 @@ buildPythonPackage rec {
3636 meta = with lib ; {
3737 description = "Asynchronous version of function of shutil module" ;
3838 homepage = "https://github.com/kumaraditya303/aioshutil" ;
39+ changelog = "https://github.com/kumaraditya303/aioshutil/releases/tag/${ src . tag } " ;
3940 license = licenses . bsd3 ;
4041 maintainers = with maintainers ; [ fab ] ;
4142 } ;
You can’t perform that action at this time.
0 commit comments