Skip to content

Commit 9179b75

Browse files
authored
Merge pull request #5003 from abravalheri/issue-5002
Remove unused dependency on `coherent.licensed`
2 parents 6f937df + 57d6fcd commit 9179b75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

newsfragments/5003.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removed no longer used build dependency on ``coherent.licensed``.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
# "setuptools>=77",
44
# "setuptools_scm[toml]>=3.4.1",
55
# jaraco/skeleton#174
6-
"coherent.licensed",
6+
# "coherent.licensed",
77
]
88
build-backend = "setuptools.build_meta"
99
backend-path = ["."]

0 commit comments

Comments
 (0)