python310Packages.flit-core: remove unused rec

This commit is contained in:
Sandro Jäckel 2023-07-14 14:09:17 +02:00
parent 9c6a7f93e2
commit b42f54435e
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -5,7 +5,7 @@
, testpath
}:
buildPythonPackage rec {
buildPythonPackage {
pname = "flit-core";
inherit (flit-core) version;