python3Packages.pyiceberg: set pname to "pyiceberg" to match the attrname (#538762)
This commit is contained in:
@@ -59,9 +59,10 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "iceberg-python";
|
||||
pname = "pyiceberg";
|
||||
version = "0.11.1";
|
||||
pyproject = true;
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "apache";
|
||||
|
||||
Reference in New Issue
Block a user