We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec75822 commit 1d45198Copy full SHA for 1d45198
manifest.json
@@ -5,7 +5,7 @@
5
"description": "python libzfs",
6
"version": "2.1.1",
7
"build_number": "2",
8
- "stable": true,
+ "stable": false,
9
"author": "Brett Kelly <bkelly@45drives.com>",
10
"git_url": "https://github.com/45Drives/python3-libzfs",
11
"license": "GPL-3.0+",
@@ -24,7 +24,9 @@
24
],
25
"rocky_common": [
26
"zfs >= 2.1",
27
- "zfs < 2.2"
+ "zfs < 2.2",
28
+ "python3.6",
29
+ "python3.6-devel"
30
]
31
},
32
"builds": [
0 commit comments