Skip to content

Commit d521fd1

Browse files
committed
Completely drop z3c.autoinclude.
1 parent a21c3e1 commit d521fd1

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

buildout.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ parts =
99
extensions = mr.developer
1010
allow-picked-versions = false
1111
show-picked-versions = true
12+
auto-checkout =
13+
grok
14+
15+
[sources]
16+
grok += branch=drop-z3c-autoinclude
1217

1318
[checkversions]
1419
recipe = zc.recipe.egg

dependabot/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,5 @@ waitress==3.0.2
5454
WebOb==1.8.9
5555
WebTest==3.0.4
5656
WSGIProxy2==0.5.1
57-
z3c.autoinclude==1.1
5857
zc.recipe.egg==3.0.0
5958
zdaemon==5.1

docs/changes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
5.4 (unreleased)
55
----------------
66

7-
- Nothing changed yet.
7+
- Completely drop ``z3c.autoinclude`` as all packages in groktoolkit no longer
8+
use it.
89

910

1011
5.3 (unreleased)

grok-versions.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ waitress = 3.0.2
5858
WebOb = 1.8.9
5959
WebTest = 3.0.4
6060
WSGIProxy2 = 0.5.1
61-
z3c.autoinclude = 1.1
6261
zc.recipe.egg = 3.0.0
6362
zdaemon = 5.1
6463

0 commit comments

Comments
 (0)