]> git.proxmox.com Git - mirror_zfs.git/commit
Use ZFS version for pyzfs & drop unused reqs file
authorNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Tue, 8 Jan 2019 23:56:42 +0000 (18:56 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 8 Jan 2019 23:56:42 +0000 (15:56 -0800)
commit9ef798b771b9b40968e207ad2a02092717dd628e
tree93149047a21142a164292e0db1f58bb2077d6a56
parent0f5f23869a64ec12b1744ee3df25816c712667d2
Use ZFS version for pyzfs & drop unused reqs file

Now that 'pyzfs' is part of the ZFS codebase, it should be
versioned the same as the rest of the source tree. This eliminates
confusion on what version of the bindings are being used, especially
for dependent Python projects that may use the Python dist metadata
to identify compatible versions of pyzfs to work from.

In addition, a trivial change to drop the unused requirements.txt
file is included, simply because it's unused and a leftover from
before it was imported into the ZFS codebase and wired into the
autotools build scripts.

Reviewed-by: loli10K <ezomori.nozomu@gmail.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Neal Gompa <ngompa@datto.com>
Closes #8243
configure.ac
contrib/pyzfs/Makefile.am
contrib/pyzfs/requirements.txt [deleted file]
contrib/pyzfs/setup.py [deleted file]
contrib/pyzfs/setup.py.in [new file with mode: 0644]