Skip to content

Commit 1d45198

Browse files
committed
change to testing branch + add python3.6 as dep
1 parent ec75822 commit 1d45198

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "python libzfs",
66
"version": "2.1.1",
77
"build_number": "2",
8-
"stable": true,
8+
"stable": false,
99
"author": "Brett Kelly <bkelly@45drives.com>",
1010
"git_url": "https://github.com/45Drives/python3-libzfs",
1111
"license": "GPL-3.0+",
@@ -24,7 +24,9 @@
2424
],
2525
"rocky_common": [
2626
"zfs >= 2.1",
27-
"zfs < 2.2"
27+
"zfs < 2.2",
28+
"python3.6",
29+
"python3.6-devel"
2830
]
2931
},
3032
"builds": [

0 commit comments

Comments
 (0)